.. _`Text to Table`: .. _`org.sysess.sympathy.data.text.text2table`: Text to Table ````````````` .. image:: text2table.svg :width: 48 Convert rows of Text into rows in a Table. Documentation ::::::::::::: Convert the `Text` to a `Table`, with one column, by separating it into rows using the selected delimiter. Definition :::::::::: Input ports ........... **text** text Input Text Output ports ............ **table** table Table with input Text Configuration ............. **Delimiter** (delimiter) Choose delimiter, a character sequence to separate the Text into rows. **Output name** (name) Specify name for output column. Must be a legal name. See :ref:`Name restrictions` for more info. Examples ........ * :download:`Text2Table.syx ` Implementation .............. .. automodule:: node_text2table :noindex: .. class:: Text2Table :noindex: